home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 41
/
PC Gamer IT CD 41 1-2.iso
/
wmc
/
data1.cab
/
Program_Executable_Files
/
WinEnv
/
Configs
/
WEAPON.CFG
< prev
Wrap
Text File
|
1999-03-04
|
2KB
|
55 lines
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;
; WEAPON DATA
;
; The following should appear all in one line:
; A Weapon Name
; B Damage Caused (% health)
; C Blast Radius (metres)
; D Proximity Radius (metres)
; E Launch Velocity (m/s)
; F Activation Time (seconds)
; G Duration (seconds)
; H Reload Time (seconds)
; I Number of Rounds In Each Crate
; J Frequency Of This Type Of Ammo
; K Recoil value - (multiplier, no units)
;
; Note: projectile weapons don't really need a proximity radius
; just put it in just now because collision detection doesn't
; check against all required entity array types at present
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; projectile weapons
; A B C D E F G H I J K
STANDARD 8 8.0 2.5 40.0 0.0 30.0 0.3 10 0 0.05
SCREAMER 10 12.0 2.5 50.0 0.0 30.0 0.5 10 0 0.12
BOUNCER 10 4.0 2.0 45.0 0.0 30.0 0.5 10 80 0.1
SNIFFER 15 10.0 4.0 20.0 0.0 60.0 1.0 3 70 0.12
DRIFTER 8 5.0 2.5 64.0 0.5 30.0 1.0 3 40 0.12
SDRIFTR 10 5.0 2.5 64.0 0.1 30.0 1.0 5 60 0.12
SPRINKLER 6 4.0 2.5 30.0 0.15 30.0 2.0 18 80 0.04
MAGNATRON 1 3.0 2.5 28.0 0.5 30.0 1.0 5 60 0.08
TELEPORT - 10.0 0.0 26.0 0.0 10.0 1.5 2 40 0.08
BIG_BANG 45 50.0 2.5 40.0 0.0 30.0 2.0 1 40 0.3
LT_SPRINK 2 2.0 2.5 38.4 0.15 1.0 2.0 30 0 0.05
SP_SPRINK 6 4.0 2.5 38.4 0.15 30.0 2.0 30 0 0.12
;
; mines
;
STD_MINE 6 5.0 2.5 6.4 1.0 240.0 0.2 5 0 0
ROLLER_MINE 15 5.0 1.0 12.8 1.0 15.0 0.3 5 90 0
CONCUSSION 4 3.0 2.5 12.8 1.0 5.0 2.0 15 0 0
MAGNETIC 8 5.0 2.5 6.4 2.0 30.0 0.3 3 70 0
JUMP_JACK 20 5.0 2.5 6.4 3.0 40.0 0.5 3 60 0
DOPPLEGNGR 0 5.0 2.5 10.0 3.0 60.0 0.5 3 0 0
BOUN_JACK 20 5.0 2.5 6.4 3.0 20.0 2.0 3 0 0
LIGHT_BOMB 10 5.0 2.5 22.0 0.0 30.0 0.5 5 0 0
HEAVY_BOMB 20 10.0 2.5 4.0 0.0 30.0 2.0 5 0 0
;
; CHANGES
; 20/05/98 - doubled amount of damage sprinkler causes 3->6, blast radius 3->4
; bouncing jack duration 60->20 seconds
; jumping jack duration 60->40 seconds
; 11/06/98 - increased magnatron firing velocity
; 16/07/98 - added recoil value to file for all weapons